﻿@charset "UTF-8";
/* CSS Document */
.SEA-Section {
	position: relative;
	float: left;
	width: 100%;
	max-width: 5120px;
	min-width: 320px;
	background: #fff;
}
.SEA-Section-lft, .SEA-Section-rt-wrapper {
	width: 50%;
	float: left;
}
.SEA-Section-lft img {
	width: 100%;
	height:auto;
	vertical-align:bottom;}

.SEA-Section-rt {
	padding: 30% 60px 0 60px;
}
.SEA-Section-rt h3 {
	font-size: 27px;
	font-size: 1.3rem;
	height: 60px;
	color: #23aee3;
	padding: 15px 0 0 95px;
}

.SEA-Section-rt h4 {
	font-size: 35px;
	font-size: 2rem;
	padding-top: 10px;
}
.SEA-Section-rt p {
	font-size: 16px;
	font-size: 1rem;
	width: 85%;
	padding: 20px 0 40px 0;
	line-height: 1.1rem;
}
.SEA-Section-rt ul {
	width: 100%;
}
.SEA-Section-rt ul li {
	list-style: none;
	float: left;
	font-size: 14px;
	padding: 0 40px;
	margin-bottom: 40px;
	text-align: left;
	border-right: 1px solid #000;
	white-space: nowrap;
}
.SEA-Section-rt ul li:first-child {
	padding-left: 0;
}
.SEA-Section-rt ul li:last-child {
	width: 23%;
	border: none;
}

@media only screen and (max-width: 1500px) {
.SEA-Section-rt {
	padding-top: 25%;
}
}

@media only screen and (max-width: 1300px) {
.SEA-Section-rt {
	padding-top: 18%;
}
.SEA-Section-rt p {
	width: 100%;
}
.SEA-Section-rt ul li {
	padding: 0 20px;
}
}

@media only screen and (max-width: 1100px) {
.SEA-Section-rt {
	padding-top: 30px;
}
.SEA-Section-rt h4 {
	font-size: 32px;
	font-size: 1.6rem;
	white-space: nowrap;
}
.SEA-Section-rt p {
	padding-bottom: 20px;
}
.SEA-Section-rt ul li {
	float: none;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px solid #000;
	width: 200px;
}
}

@media only screen and (max-width: 1000px) {
.SEA-Section-lft, .SEA-Section-rt-wrapper {
	width: 100%;
	float: none;
}

.SEA-Section-rt h4 {
	font-size: 35px;
	font-size: 2rem;
	padding-top: 10px;
	white-space: pre-wrap;
}
.SEA-Section-lft {
	height: 356px;
	overflow: hidden;
}
.SEA-Section-rt ul li {
	list-style: none;
	float: left;
	padding: 0 10px;
	width: 200px;
	margin-bottom: 40px;
	text-align: left;
	border-right: 1px solid #000;
	border-bottom: none;
	white-space: nowrap;
}
}

@media only screen and (max-width: 700px) {
.SEA-Section-rt ul li {
	float: none;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-right: none;
	border-bottom: 1px solid #000;
	width: 200px;
}
.SEA-Section-rt {
	padding: 30px;
}
}